home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / intro.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1996-02-15  |  157 b   |  14 lines

  1. global gCodePath
  2.  
  3. on exitFrame
  4.   if the movieRate of sprite 1 then
  5.     go(the frame)
  6.   else
  7.     go("JumptoA")
  8.   end if
  9. end
  10.  
  11. on mouseDown
  12.   go("JumptoA")
  13. end
  14.